Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 523 Bytes

File metadata and controls

30 lines (16 loc) · 523 Bytes

MUISPNM_PAUSE

MUISPNM_PAUSE EQU WM_USER+1747

A custom windows message for the ModernUI_Spinner that pauses the spinner animation

Parameters

  • wParam - NULL
  • lParam - NULL

Return

None

Example

Invoke SendMessage, hSpinner, MUISPNM_PAUSE, NULL, NULL

See Also

MUISPNM_RESUME<MUISPNM_RESUME>, MUISPNM_ENABLE<MUISPNM_ENABLE>, MUISPNM_DISABLE<MUISPNM_DISABLE>